﻿2026-06-18T12:02:14.2486542Z ##[group]Run set -euo pipefail
2026-06-18T12:02:14.2486943Z [36;1mset -euo pipefail[0m
2026-06-18T12:02:14.2487215Z [36;1mPIN=0c95435[0m
2026-06-18T12:02:14.2487497Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-18T12:02:14.2487816Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-18T12:02:14.2488234Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-18T12:02:14.2488759Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-18T12:02:14.2489379Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-18T12:02:14.2489821Z [36;1m  rm -rf "$CACHE"[0m
2026-06-18T12:02:14.2490132Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-18T12:02:14.2490484Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-18T12:02:14.2490901Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-18T12:02:14.2491321Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-18T12:02:14.2491655Z [36;1mfi[0m
2026-06-18T12:02:14.2492003Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-18T12:02:14.2506125Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-18T12:02:14.2506501Z env:
2026-06-18T12:02:14.2506767Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-18T12:02:14.2507068Z ##[endgroup]
2026-06-18T12:02:14.5164077Z    Compiling proc-macro2 v1.0.106
2026-06-18T12:02:14.5164627Z    Compiling quote v1.0.45
2026-06-18T12:02:14.5164970Z    Compiling unicode-ident v1.0.24
2026-06-18T12:02:14.5165301Z    Compiling libc v0.2.186
2026-06-18T12:02:14.5166196Z    Compiling serde_core v1.0.228
2026-06-18T12:02:14.5166554Z    Compiling cfg-if v1.0.4
2026-06-18T12:02:14.5190755Z    Compiling serde v1.0.228
2026-06-18T12:02:14.5217627Z    Compiling log v0.4.32
2026-06-18T12:02:14.5244513Z    Compiling pin-project-lite v0.2.17
2026-06-18T12:02:14.5279576Z    Compiling typenum v1.20.1
2026-06-18T12:02:14.5280615Z    Compiling portable-atomic v1.13.1
2026-06-18T12:02:14.5281463Z    Compiling memchr v2.8.1
2026-06-18T12:02:14.5368483Z    Compiling version_check v0.9.5
2026-06-18T12:02:14.5494577Z    Compiling shlex v2.0.1
2026-06-18T12:02:14.5660213Z    Compiling find-msvc-tools v0.1.9
2026-06-18T12:02:14.5869384Z    Compiling critical-section v1.2.0
2026-06-18T12:02:14.5996482Z    Compiling futures-core v0.3.32
2026-06-18T12:02:14.6049450Z    Compiling subtle v2.6.1
2026-06-18T12:02:14.6932025Z    Compiling bytes v1.11.1
2026-06-18T12:02:14.7443642Z    Compiling smallvec v1.15.1
2026-06-18T12:02:14.7622771Z    Compiling equivalent v1.0.2
2026-06-18T12:02:14.7635748Z    Compiling itoa v1.0.18
2026-06-18T12:02:14.8066052Z    Compiling semver v1.0.28
2026-06-18T12:02:14.8431930Z    Compiling stable_deref_trait v1.2.1
2026-06-18T12:02:14.8621164Z    Compiling futures-io v0.3.32
2026-06-18T12:02:14.8814879Z    Compiling futures-sink v0.3.32
2026-06-18T12:02:14.9193086Z    Compiling slab v0.4.12
2026-06-18T12:02:14.9217004Z    Compiling futures-task v0.3.32
2026-06-18T12:02:14.9609263Z    Compiling generic-array v0.14.7
2026-06-18T12:02:14.9940454Z    Compiling futures-channel v0.3.32
2026-06-18T12:02:15.0328871Z    Compiling hashbrown v0.17.1
2026-06-18T12:02:15.0360608Z    Compiling rustversion v1.0.22
2026-06-18T12:02:15.0741648Z    Compiling rustc_version v0.4.1
2026-06-18T12:02:15.0811331Z    Compiling bitflags v2.12.1
2026-06-18T12:02:15.1030966Z    Compiling cpufeatures v0.2.17
2026-06-18T12:02:15.1730964Z    Compiling fnv v1.0.7
2026-06-18T12:02:15.1758843Z    Compiling strsim v0.11.1
2026-06-18T12:02:15.1960623Z    Compiling cfg_aliases v0.2.1
2026-06-18T12:02:15.2240612Z    Compiling rand_core v0.10.1
2026-06-18T12:02:15.2640636Z    Compiling litemap v0.8.2
2026-06-18T12:02:15.2670838Z    Compiling writeable v0.6.3
2026-06-18T12:02:15.3100962Z    Compiling getrandom v0.4.2
2026-06-18T12:02:15.3840698Z    Compiling ident_case v1.0.1
2026-06-18T12:02:15.4485526Z    Compiling fs_extra v1.3.0
2026-06-18T12:02:15.4629580Z    Compiling utf8_iter v1.0.4
2026-06-18T12:02:15.4791661Z    Compiling icu_normalizer_data v2.2.0
2026-06-18T12:02:15.4850682Z    Compiling icu_properties_data v2.2.0
2026-06-18T12:02:15.5022297Z    Compiling dunce v1.0.5
2026-06-18T12:02:15.5920840Z    Compiling percent-encoding v2.3.2
2026-06-18T12:02:15.6640562Z    Compiling autocfg v1.5.1
2026-06-18T12:02:15.7800993Z    Compiling indexmap v2.14.0
2026-06-18T12:02:15.7871319Z    Compiling http v1.4.1
2026-06-18T12:02:15.7885198Z    Compiling aws-lc-rs v1.17.0
2026-06-18T12:02:15.7960670Z    Compiling cpufeatures v0.3.0
2026-06-18T12:02:15.8405298Z    Compiling thiserror v2.0.18
2026-06-18T12:02:15.8560810Z    Compiling unicode-segmentation v1.13.3
2026-06-18T12:02:15.8636825Z    Compiling syn v2.0.117
2026-06-18T12:02:15.8920503Z    Compiling scopeguard v1.2.0
2026-06-18T12:02:15.9420849Z    Compiling chacha20 v0.10.0
2026-06-18T12:02:15.9502047Z    Compiling form_urlencoded v1.2.2
2026-06-18T12:02:15.9529833Z    Compiling lock_api v0.4.14
2026-06-18T12:02:15.9668533Z    Compiling untrusted v0.9.0
2026-06-18T12:02:16.0704106Z    Compiling rustls v0.23.40
2026-06-18T12:02:16.0912530Z    Compiling heck v0.5.0
2026-06-18T12:02:16.1040809Z    Compiling unicode-xid v0.2.6
2026-06-18T12:02:16.1356736Z    Compiling const-oid v0.10.2
2026-06-18T12:02:16.1985509Z    Compiling atomic-waker v1.1.2
2026-06-18T12:02:16.2268734Z    Compiling anyhow v1.0.102
2026-06-18T12:02:16.2457624Z    Compiling parking_lot_core v0.9.12
2026-06-18T12:02:16.2527292Z    Compiling paste v1.0.15
2026-06-18T12:02:16.2601052Z    Compiling zerocopy v0.8.50
2026-06-18T12:02:16.2759230Z    Compiling httparse v1.10.1
2026-06-18T12:02:16.3460576Z    Compiling num-traits v0.2.19
2026-06-18T12:02:16.3540124Z    Compiling hybrid-array v0.4.12
2026-06-18T12:02:16.3740487Z    Compiling curve25519-dalek v4.1.3
2026-06-18T12:02:16.4806585Z    Compiling jobserver v0.1.34
2026-06-18T12:02:16.4948576Z    Compiling crypto-common v0.1.7
2026-06-18T12:02:16.5263071Z    Compiling block-buffer v0.10.4
2026-06-18T12:02:16.5298619Z    Compiling convert_case v0.10.0
2026-06-18T12:02:16.5810679Z    Compiling ahash v0.8.12
2026-06-18T12:02:16.5940645Z    Compiling either v1.16.0
2026-06-18T12:02:16.6130985Z    Compiling base64ct v1.8.3
2026-06-18T12:02:16.6346656Z    Compiling digest v0.10.7
2026-06-18T12:02:16.6562850Z    Compiling fastrand v2.4.1
2026-06-18T12:02:16.6706060Z    Compiling powerfmt v0.2.0
2026-06-18T12:02:16.7720608Z    Compiling cc v1.2.63
2026-06-18T12:02:16.8220564Z    Compiling http-body v1.0.1
2026-06-18T12:02:16.8500987Z    Compiling deranged v0.5.8
2026-06-18T12:02:16.9220614Z    Compiling pem-rfc7468 v1.0.0
2026-06-18T12:02:16.9713636Z    Compiling data-encoding v2.11.0
2026-06-18T12:02:16.9863230Z    Compiling num-conv v0.2.2
2026-06-18T12:02:17.0230975Z    Compiling time-core v0.1.8
2026-06-18T12:02:17.0283547Z    Compiling tinyvec_macros v0.1.1
2026-06-18T12:02:17.0865371Z    Compiling tower-service v0.3.3
2026-06-18T12:02:17.0978267Z    Compiling try-lock v0.2.5
2026-06-18T12:02:17.1422320Z    Compiling vcpkg v0.2.15
2026-06-18T12:02:17.1751018Z    Compiling base64 v0.22.1
2026-06-18T12:02:17.1908258Z    Compiling pkg-config v0.3.33
2026-06-18T12:02:17.1977858Z    Compiling zmij v1.0.21
2026-06-18T12:02:17.2589168Z    Compiling mio v1.2.1
2026-06-18T12:02:17.3159703Z    Compiling socket2 v0.6.4
2026-06-18T12:02:17.3650918Z    Compiling getrandom v0.2.17
2026-06-18T12:02:17.5400491Z    Compiling rand_core v0.6.4
2026-06-18T12:02:17.5769495Z    Compiling rand v0.10.1
2026-06-18T12:02:17.6300605Z    Compiling want v0.3.1
2026-06-18T12:02:17.6529966Z    Compiling tinyvec v1.11.0
2026-06-18T12:02:17.7210343Z    Compiling parking_lot v0.12.5
2026-06-18T12:02:17.7650721Z    Compiling crypto-common v0.2.2
2026-06-18T12:02:17.8833116Z    Compiling block-buffer v0.12.0
2026-06-18T12:02:17.9410668Z    Compiling cmake v0.1.58
2026-06-18T12:02:18.0280594Z    Compiling sha2 v0.10.9
2026-06-18T12:02:18.0660666Z    Compiling inout v0.1.4
2026-06-18T12:02:18.1220155Z    Compiling vergen-lib v9.1.0
2026-06-18T12:02:18.1371048Z    Compiling n0-future v0.3.2
2026-06-18T12:02:18.1463773Z    Compiling crossbeam-utils v0.8.21
2026-06-18T12:02:18.1598139Z    Compiling winnow v1.0.3
2026-06-18T12:02:18.1910702Z    Compiling serde_json v1.0.150
2026-06-18T12:02:18.3038605Z    Compiling spin v0.10.0
2026-06-18T12:02:18.3351327Z    Compiling signature v2.2.0
2026-06-18T12:02:18.3530440Z    Compiling parking v2.2.1
2026-06-18T12:02:18.3707157Z    Compiling httpdate v1.0.3
2026-06-18T12:02:18.3859145Z    Compiling diatomic-waker v0.2.3
2026-06-18T12:02:18.3890849Z    Compiling cordyceps v0.3.4
2026-06-18T12:02:18.4349404Z    Compiling ed25519 v2.2.3
2026-06-18T12:02:18.4644970Z    Compiling cipher v0.4.4
2026-06-18T12:02:18.4810919Z    Compiling futures-lite v2.6.1
2026-06-18T12:02:18.5360978Z    Compiling netlink-packet-core v0.8.1
2026-06-18T12:02:18.5490413Z    Compiling universal-hash v0.5.1
2026-06-18T12:02:18.5961176Z    Compiling digest v0.11.3
2026-06-18T12:02:18.6307583Z    Compiling vergen v9.1.0
2026-06-18T12:02:18.6686954Z    Compiling vergen-lib v0.1.6
2026-06-18T12:02:18.6943323Z    Compiling futures-buffered v0.2.13
2026-06-18T12:02:18.7040240Z    Compiling heapless v0.7.17
2026-06-18T12:02:18.7072722Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-18T12:02:18.7232376Z    Compiling noq-udp v0.10.0
2026-06-18T12:02:18.7251218Z    Compiling sync_wrapper v1.0.2
2026-06-18T12:02:18.7582106Z    Compiling opaque-debug v0.3.1
2026-06-18T12:02:18.8100467Z    Compiling byteorder v1.5.0
2026-06-18T12:02:18.8260424Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-18T12:02:18.8370530Z    Compiling allocator-api2 v0.2.21
2026-06-18T12:02:18.8784183Z    Compiling polyval v0.6.2
2026-06-18T12:02:18.9780596Z    Compiling aws-lc-sys v0.41.0
2026-06-18T12:02:18.9850536Z    Compiling ring v0.17.14
2026-06-18T12:02:19.0010362Z    Compiling libsqlite3-sys v0.30.1
2026-06-18T12:02:19.0320523Z    Compiling hash32 v0.2.1
2026-06-18T12:02:19.0830528Z    Compiling spin v0.9.8
2026-06-18T12:02:19.1530631Z    Compiling vergen-gitcl v1.0.8
2026-06-18T12:02:19.1630272Z    Compiling fallible-iterator v0.3.0
2026-06-18T12:02:19.2484494Z    Compiling signature v3.0.0
2026-06-18T12:02:19.2610964Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-18T12:02:19.2720497Z    Compiling tower-layer v0.3.3
2026-06-18T12:02:19.3349875Z    Compiling num_threads v0.1.7
2026-06-18T12:02:19.3427442Z    Compiling ryu v1.0.23
2026-06-18T12:02:19.3940720Z    Compiling ghash v0.5.1
2026-06-18T12:02:19.4113956Z    Compiling sha2 v0.11.0-rc.5
2026-06-18T12:02:19.4543446Z    Compiling time v0.3.47
2026-06-18T12:02:19.4843258Z    Compiling aes v0.8.4
2026-06-18T12:02:19.5030707Z    Compiling ctr v0.9.2
2026-06-18T12:02:19.5334337Z    Compiling fs2 v0.4.3
2026-06-18T12:02:19.6110296Z    Compiling http-body-util v0.1.3
2026-06-18T12:02:19.6600787Z    Compiling aead v0.5.2
2026-06-18T12:02:19.6670691Z    Compiling openssl-probe v0.2.1
2026-06-18T12:02:19.6830567Z    Compiling crossbeam-channel v0.5.15
2026-06-18T12:02:19.7740355Z    Compiling crossbeam-epoch v0.9.18
2026-06-18T12:02:19.8588886Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-18T12:02:19.8998496Z    Compiling blake3 v1.8.5
2026-06-18T12:02:19.9224284Z    Compiling netlink-packet-route v0.29.0
2026-06-18T12:02:19.9338784Z    Compiling uuid v1.23.2
2026-06-18T12:02:20.0527453Z    Compiling memoffset v0.6.5
2026-06-18T12:02:20.2261012Z    Compiling aes-gcm v0.10.3
2026-06-18T12:02:20.2384732Z    Compiling acto v0.8.2
2026-06-18T12:02:20.2410664Z    Compiling netwatch v0.16.0
2026-06-18T12:02:20.3690614Z    Compiling noq v0.18.0
2026-06-18T12:02:20.4128640Z    Compiling rustix v1.1.4
2026-06-18T12:02:20.4614318Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-18T12:02:20.4764384Z    Compiling tagptr v0.2.0
2026-06-18T12:02:20.5025036Z    Compiling ref-cast v1.0.25
2026-06-18T12:02:20.5401118Z    Compiling xml-rs v0.8.28
2026-06-18T12:02:20.6080975Z    Compiling sorted-index-buffer v0.2.1
2026-06-18T12:02:20.6336159Z    Compiling thiserror v1.0.69
2026-06-18T12:02:20.7630757Z    Compiling mac-addr v0.3.0
2026-06-18T12:02:20.7670547Z    Compiling foldhash v0.2.0
2026-06-18T12:02:20.7671219Z    Compiling rustc-hash v2.1.2
2026-06-18T12:02:20.8165953Z    Compiling lru-slab v0.1.2
2026-06-18T12:02:20.8790558Z    Compiling identity-hash v0.1.0
2026-06-18T12:02:20.9290993Z    Compiling hashbrown v0.16.1
2026-06-18T12:02:21.0040936Z    Compiling synstructure v0.13.2
2026-06-18T12:02:21.0066087Z    Compiling darling_core v0.20.11
2026-06-18T12:02:21.0219639Z    Compiling serde_derive_internals v0.29.1
2026-06-18T12:02:21.0780721Z    Compiling netlink-packet-route v0.30.0
2026-06-18T12:02:21.5950326Z    Compiling proc-macro-crate v3.5.0
2026-06-18T12:02:21.6980485Z    Compiling xmltree v0.10.3
2026-06-18T12:02:21.7209173Z    Compiling errno v0.3.14
2026-06-18T12:02:21.7515788Z    Compiling ioctl-rs v0.1.6
2026-06-18T12:02:21.8290488Z    Compiling serial-core v0.4.0
2026-06-18T12:02:21.8570658Z    Compiling termios v0.2.2
2026-06-18T12:02:21.8700623Z    Compiling aho-corasick v1.1.4
2026-06-18T12:02:21.8842251Z    Compiling simple-dns v0.9.3
2026-06-18T12:02:21.9440641Z    Compiling constant_time_eq v0.4.2
2026-06-18T12:02:21.9660621Z    Compiling smol_str v0.1.24
2026-06-18T12:02:22.0126424Z    Compiling sha1_smol v1.0.1
2026-06-18T12:02:22.0310138Z    Compiling arrayref v0.3.9
2026-06-18T12:02:22.1000363Z    Compiling regex-syntax v0.8.10
2026-06-18T12:02:22.1430829Z    Compiling signal-hook v0.3.18
2026-06-18T12:02:22.2010635Z    Compiling linux-raw-sys v0.12.1
2026-06-18T12:02:22.2535498Z    Compiling toml_write v0.1.2
2026-06-18T12:02:22.2536542Z    Compiling winnow v0.7.15
2026-06-18T12:02:22.2656355Z    Compiling resolv-conf v0.7.6
2026-06-18T12:02:22.2657992Z    Compiling arrayvec v0.7.6
2026-06-18T12:02:22.2805810Z    Compiling simdutf8 v0.1.5
2026-06-18T12:02:22.5890632Z    Compiling serial-unix v0.4.0
2026-06-18T12:02:22.6790695Z    Compiling signal-hook-registry v1.4.8
2026-06-18T12:02:22.7923745Z    Compiling lru v0.16.4
2026-06-18T12:02:22.8947617Z    Compiling darling_core v0.23.0
2026-06-18T12:02:22.9460058Z    Compiling serde_bytes v0.11.19
2026-06-18T12:02:22.9858387Z    Compiling seize v0.5.1
2026-06-18T12:02:23.0714242Z    Compiling serde_derive v1.0.228
2026-06-18T12:02:23.2217711Z    Compiling zeroize_derive v1.4.3
2026-06-18T12:02:23.2422206Z    Compiling tokio-macros v2.7.0
2026-06-18T12:02:23.4220555Z    Compiling futures-macro v0.3.32
2026-06-18T12:02:23.8377162Z    Compiling zeroize v1.8.2
2026-06-18T12:02:24.0530662Z    Compiling zerofrom-derive v0.1.7
2026-06-18T12:02:24.0631377Z    Compiling yoke-derive v0.8.2
2026-06-18T12:02:24.0831972Z    Compiling tokio v1.52.3
2026-06-18T12:02:24.2270525Z    Compiling zerovec-derive v0.11.3
2026-06-18T12:02:24.3900849Z    Compiling displaydoc v0.2.6
2026-06-18T12:02:24.5433312Z    Compiling futures-util v0.3.32
2026-06-18T12:02:24.8060824Z    Compiling tracing-attributes v0.1.31
2026-06-18T12:02:25.2189612Z    Compiling rustls-pki-types v1.14.1
2026-06-18T12:02:25.5183774Z    Compiling thiserror-impl v2.0.18
2026-06-18T12:02:25.5230872Z    Compiling zerofrom v0.1.8
2026-06-18T12:02:25.6468884Z    Compiling yoke v0.8.3
2026-06-18T12:02:25.6890337Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-18T12:02:25.8710959Z    Compiling zerovec v0.11.6
2026-06-18T12:02:25.9730811Z    Compiling zerotrie v0.2.4
2026-06-18T12:02:26.2934304Z    Compiling darling_macro v0.20.11
2026-06-18T12:02:26.3284023Z    Compiling derive_more-impl v2.1.1
2026-06-18T12:02:26.3400842Z    Compiling spez v0.1.2
2026-06-18T12:02:26.4460678Z    Compiling n0-error-macros v0.1.3
2026-06-18T12:02:26.5984743Z    Compiling der v0.8.0-rc.10
2026-06-18T12:02:26.6646875Z    Compiling darling v0.20.11
2026-06-18T12:02:26.6930930Z    Compiling pin-project-internal v1.1.13
2026-06-18T12:02:26.7557310Z    Compiling tinystr v0.8.3
2026-06-18T12:02:26.8380539Z    Compiling potential_utf v0.1.5
2026-06-18T12:02:26.9680619Z    Compiling icu_locale_core v2.2.0
2026-06-18T12:02:27.0310511Z    Compiling icu_collections v2.2.0
2026-06-18T12:02:27.2740552Z    Compiling derive_builder_core v0.20.2
2026-06-18T12:02:27.6169221Z    Compiling n0-error v0.1.3
2026-06-18T12:02:27.8810504Z    Compiling ed25519-dalek v2.2.0
2026-06-18T12:02:28.0057952Z    Compiling spki v0.8.0-rc.4
2026-06-18T12:02:28.1533216Z    Compiling pin-project v1.1.13
2026-06-18T12:02:28.2193716Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-18T12:02:28.2311509Z    Compiling icu_provider v2.2.0
2026-06-18T12:02:28.2670889Z    Compiling spt-proto v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-18T12:02:28.2744285Z    Compiling cobs v0.3.0
2026-06-18T12:02:28.4040967Z    Compiling ipnet v2.12.0
2026-06-18T12:02:28.4750655Z    Compiling futures-executor v0.3.32
2026-06-18T12:02:28.6160540Z    Compiling icu_normalizer v2.2.0
2026-06-18T12:02:28.6300361Z    Compiling icu_properties v2.2.0
2026-06-18T12:02:28.6420405Z    Compiling derive_builder_macro v0.20.2
2026-06-18T12:02:28.6990668Z    Compiling futures v0.3.32
2026-06-18T12:02:28.7720552Z    Compiling ed25519 v3.0.0-rc.4
2026-06-18T12:02:28.8473965Z    Compiling prefix-trie v0.8.4
2026-06-18T12:02:28.9510341Z    Compiling derive_builder v0.20.2
2026-06-18T12:02:29.1726225Z    Compiling once_cell v1.21.4
2026-06-18T12:02:29.3494061Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-18T12:02:29.4316322Z    Compiling tracing-core v0.1.36
2026-06-18T12:02:29.4701990Z    Compiling postcard-derive v0.2.2
2026-06-18T12:02:29.6680678Z    Compiling hashbrown v0.14.5
2026-06-18T12:02:29.6938701Z    Compiling rustls-native-certs v0.8.4
2026-06-18T12:02:29.7310167Z    Compiling strum_macros v0.28.0
2026-06-18T12:02:29.8800047Z    Compiling tokio-util v0.7.18
2026-06-18T12:02:29.9778093Z    Compiling tracing v0.1.44
2026-06-18T12:02:30.0651562Z    Compiling idna_adapter v1.2.2
2026-06-18T12:02:30.1052539Z    Compiling netlink-sys v0.8.8
2026-06-18T12:02:30.1840893Z    Compiling idna v1.1.0
2026-06-18T12:02:30.3290477Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-18T12:02:30.3603278Z    Compiling postcard v1.1.3
2026-06-18T12:02:30.3950636Z    Compiling data-encoding-macro v0.1.20
2026-06-18T12:02:30.4328503Z    Compiling tower v0.5.3
2026-06-18T12:02:30.4659637Z    Compiling iroh-metrics-derive v0.4.1
2026-06-18T12:02:30.4927470Z    Compiling num_enum_derive v0.7.6
2026-06-18T12:02:30.5560739Z    Compiling hashlink v0.9.1
2026-06-18T12:02:30.7268546Z    Compiling url v2.5.8
2026-06-18T12:02:30.8001675Z    Compiling async-trait v0.1.89
2026-06-18T12:02:30.8294001Z    Compiling h2 v0.4.14
2026-06-18T12:02:30.8390639Z    Compiling enum-assoc v1.3.0
2026-06-18T12:02:30.9341343Z    Compiling rusqlite v0.32.1
2026-06-18T12:02:30.9795085Z    Compiling derive_more v2.1.1
2026-06-18T12:02:30.9921511Z    Compiling tokio-stream v0.1.18
2026-06-18T12:02:31.0207490Z    Compiling iroh-metrics v0.38.3
2026-06-18T12:02:31.1455063Z    Compiling iroh-relay v0.98.0
2026-06-18T12:02:31.1770838Z    Compiling netdev v0.42.0
2026-06-18T12:02:31.2319962Z    Compiling n0-watcher v0.6.1
2026-06-18T12:02:31.4450782Z    Compiling netlink-proto v0.12.0
2026-06-18T12:02:31.4527689Z    Compiling moka v0.12.15
2026-06-18T12:02:31.5181499Z    Compiling toml_datetime v0.6.11
2026-06-18T12:02:31.6460661Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-18T12:02:31.6722219Z    Compiling num_enum v0.7.6
2026-06-18T12:02:31.7330637Z    Compiling attohttpc v0.30.1
2026-06-18T12:02:31.7434958Z    Compiling tower-http v0.6.11
2026-06-18T12:02:31.7700758Z    Compiling iroh-base v0.98.0
2026-06-18T12:02:31.7804141Z    Compiling serde_spanned v0.6.9
2026-06-18T12:02:31.8963368Z    Compiling ref-cast-impl v1.0.25
2026-06-18T12:02:31.9103722Z    Compiling thiserror-impl v1.0.69
2026-06-18T12:02:31.9910925Z    Compiling toml_edit v0.22.27
2026-06-18T12:02:32.2897388Z    Compiling spt-store v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-18T12:02:32.4960563Z    Compiling webpki-roots v1.0.7
2026-06-18T12:02:32.5562608Z    Compiling regex-automata v0.4.14
2026-06-18T12:02:32.6390606Z    Compiling schemars_derive v1.2.1
2026-06-18T12:02:32.7628150Z    Compiling strum v0.28.0
2026-06-18T12:02:32.7810566Z    Compiling hmac v0.12.1
2026-06-18T12:02:32.8842584Z    Compiling iroh-dns v0.98.0
2026-06-18T12:02:32.9371497Z    Compiling iroh v0.98.2
2026-06-18T12:02:32.9560680Z    Compiling bitflags v1.3.2
2026-06-18T12:02:33.0217212Z    Compiling dyn-clone v1.0.20
2026-06-18T12:02:33.0430653Z    Compiling pin-utils v0.1.0
2026-06-18T12:02:33.0680558Z    Compiling utf8parse v0.2.2
2026-06-18T12:02:33.1251191Z    Compiling rustix v0.38.44
2026-06-18T12:02:33.1670494Z    Compiling cmov v0.5.4
2026-06-18T12:02:33.1821803Z    Compiling anstyle-parse v1.0.0
2026-06-18T12:02:33.2230429Z    Compiling nix v0.25.1
2026-06-18T12:02:33.3878237Z    Compiling ctutils v0.4.2
2026-06-18T12:02:33.3940256Z    Compiling hkdf v0.12.4
2026-06-18T12:02:33.4550547Z    Compiling backon v1.6.0
2026-06-18T12:02:33.5550395Z    Compiling darling_macro v0.23.0
2026-06-18T12:02:33.5910512Z    Compiling filedescriptor v0.8.3
2026-06-18T12:02:33.6040638Z    Compiling papaya v0.2.4
2026-06-18T12:02:33.7268555Z    Compiling serial v0.4.0
2026-06-18T12:02:33.8111140Z    Compiling anstyle v1.0.14
2026-06-18T12:02:33.8300331Z    Compiling foldhash v0.1.5
2026-06-18T12:02:33.8669346Z    Compiling linux-raw-sys v0.4.15
2026-06-18T12:02:33.8880539Z    Compiling is_terminal_polyfill v1.70.2
2026-06-18T12:02:33.9640360Z    Compiling shell-words v1.1.1
2026-06-18T12:02:34.0750537Z    Compiling colorchoice v1.0.5
2026-06-18T12:02:34.0840966Z    Compiling anstyle-query v1.1.5
2026-06-18T12:02:34.1130760Z    Compiling downcast-rs v1.2.1
2026-06-18T12:02:34.1270924Z    Compiling instability v0.3.12
2026-06-18T12:02:34.1389311Z    Compiling hashbrown v0.15.5
2026-06-18T12:02:34.1568101Z    Compiling anstream v1.0.0
2026-06-18T12:02:34.1663542Z    Compiling signal-hook-mio v0.2.5
2026-06-18T12:02:34.1690254Z    Compiling darling v0.23.0
2026-06-18T12:02:34.1919735Z    Compiling spake2 v0.4.0
2026-06-18T12:02:34.2547780Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-18T12:02:34.3166792Z    Compiling terminal_size v0.4.4
2026-06-18T12:02:34.3390865Z    Compiling strum_macros v0.26.4
2026-06-18T12:02:34.4580939Z    Compiling itertools v0.13.0
2026-06-18T12:02:34.5380667Z    Compiling sha1 v0.10.6
2026-06-18T12:02:34.7160853Z    Compiling schemars v1.2.1
2026-06-18T12:02:34.7388715Z    Compiling toml v0.8.23
2026-06-18T12:02:34.7977925Z    Compiling castaway v0.2.4
2026-06-18T12:02:34.9020829Z    Compiling clap_lex v1.1.0
2026-06-18T12:02:34.9650598Z    Compiling doctest-file v1.1.1
2026-06-18T12:02:35.1830340Z    Compiling indoc v2.0.7
2026-06-18T12:02:35.4888884Z    Compiling spt-msg v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-18T12:02:35.5609894Z    Compiling regex v1.12.3
2026-06-18T12:02:35.6991769Z    Compiling unicode-width v0.1.14
2026-06-18T12:02:35.8213293Z    Compiling static_assertions v1.1.0
2026-06-18T12:02:35.8840755Z    Compiling compact_str v0.8.2
2026-06-18T12:02:35.9836631Z    Compiling spt-runtime v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-18T12:02:36.3210561Z    Compiling unicode-truncate v1.1.0
2026-06-18T12:02:36.4474721Z    Compiling interprocess v2.4.2
2026-06-18T12:02:36.4722514Z    Compiling crossterm v0.28.1
2026-06-18T12:02:36.7980715Z    Compiling hyper v1.10.1
2026-06-18T12:02:36.8105674Z    Compiling strum v0.26.3
2026-06-18T12:02:36.8176356Z    Compiling clap_builder v4.6.0
2026-06-18T12:02:36.9160526Z    Compiling lru v0.12.5
2026-06-18T12:02:37.0686693Z    Compiling clap_derive v4.6.1
2026-06-18T12:02:37.2373175Z    Compiling portable-pty v0.8.1
2026-06-18T12:02:37.3581098Z    Compiling cassowary v0.3.0
2026-06-18T12:02:37.4305595Z    Compiling iana-time-zone v0.1.65
2026-06-18T12:02:37.4560725Z    Compiling unicode-width v0.2.0
2026-06-18T12:02:37.6781067Z    Compiling spt-term v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-18T12:02:37.7358384Z    Compiling ratatui v0.29.0
2026-06-18T12:02:37.7658778Z    Compiling chrono v0.4.45
2026-06-18T12:02:38.0720905Z    Compiling nucleo-matcher v0.3.1
2026-06-18T12:02:38.2140640Z    Compiling qrcode v0.14.1
2026-06-18T12:02:38.2940791Z    Compiling tempfile v3.27.0
2026-06-18T12:02:38.5940613Z    Compiling hyper-util v0.1.20
2026-06-18T12:02:39.0485971Z    Compiling spt-live v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-18T12:02:39.4430745Z    Compiling clap v4.6.1
2026-06-18T12:02:40.6406967Z    Compiling igd-next v0.17.1
2026-06-18T12:02:41.7694499Z    Compiling portmapper v0.16.0
2026-06-18T12:02:46.2351384Z    Compiling rustls-webpki v0.103.13
2026-06-18T12:02:48.5264494Z    Compiling tokio-rustls v0.26.4
2026-06-18T12:02:48.5264968Z    Compiling noq-proto v0.17.0
2026-06-18T12:02:48.5265274Z    Compiling rustls-platform-verifier v0.7.0
2026-06-18T12:02:48.6625797Z    Compiling hickory-net v0.26.0-beta.4
2026-06-18T12:02:48.6626518Z    Compiling hyper-rustls v0.27.9
2026-06-18T12:02:48.6626985Z    Compiling tokio-websockets v0.13.2
2026-06-18T12:02:48.7973837Z    Compiling reqwest v0.13.4
2026-06-18T12:02:49.6571839Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-18T12:03:03.3966242Z    Compiling spt-net v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-18T12:03:04.7299796Z    Compiling spt-daemon v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-18T12:03:11.5130494Z    Compiling spt v0.12.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-18T12:03:15.0772549Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-18T12:03:15.0992427Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-4dda68cdacb06147)
2026-06-18T12:03:15.1005459Z 
2026-06-18T12:03:15.1005602Z running 1 test
2026-06-18T12:03:21.2841793Z test new_brain_serves_against_old_broker ... ok
2026-06-18T12:03:21.2842279Z 
2026-06-18T12:03:21.2842713Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.18s
2026-06-18T12:03:21.2843252Z 
